home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / key < prev    next >
Text File  |  2001-03-21  |  685b  |  22 lines

  1. Synopsis:
  2.    $key([<channel>|* [<channel> ...]])
  3.  
  4. Technical:
  5.    This function displays the channel key for each channel specified (if
  6.    any have a key assigned).  If a "*", or no channel, is specified, the
  7.    current is assumed.  It has no effect for channels that you aren't
  8.    currently on.
  9.  
  10. Practical:
  11.    This function is used to fetch a channel's key.  Any number of channels
  12.    may be specified, though the output could be confusing if only some
  13.    actually have a key.  You must be on the channel(s) specified for the
  14.    function to have any effect.
  15.  
  16. Returns:
  17.    list of channel keys for given channels, or empty string if none or error
  18.  
  19. See Also:
  20.    chanmode(6)
  21.  
  22.